Click or drag to resize

ServiceCopyFolder Method (IListFolderId, StandardFolder)

Copies multiple folders.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<FolderInfoResponse> CopyFolder(
	IList<FolderId> folders,
	StandardFolder standardFolder
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The IDs of the folders to copy.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The ID of the folder to copy the items to.

Return Value

Type: IListFolderInfoResponse
A collection of copy results for each of the specified item IDs.
See Also